home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ter12b.zip / TER12B._XE / MANUAL.EXE / LOGINSCR.HLP < prev    next >
Text File  |  1993-12-01  |  4KB  |  76 lines

  1.  
  2.  ^m╒════════════════╡^t Login strings/scripts ^m╞╕
  3.  │ ^nScript delay   ^m│ ^h40                     ^m│
  4.  │ ^nLogin timeout  ^m│ ^h60                     ^m│
  5.  │ ^nStrings        ^m│                        ^m│
  6.  │ ^nMini Scripts   ^m│                        ^m│
  7.  ╘════════════════╧════════════════════════╛^n
  8.  
  9.  ^hScript delay^n
  10.  
  11.   How long to wait after connection before starting login script.
  12.   Some modems have a long response time, but you can set it to a lower
  13.   value if your modem is ready right after connect.
  14.  
  15.  ^hLogin timeout^n
  16.  
  17.   If no auto login has been attemped in x seconds then all checking will be
  18.   turned off. Checking all the strings can take up some time if you have a
  19.   slow computer. You can always turn off auto login, by pressing Alt-Q.
  20.  
  21.  ^hLogin strings^n
  22.  
  23.  ^m╒════╤════════════════════════════════════════════════════╡^t Login strings ^m╞╕
  24.  │    ^m│ ^nIncoming name questions            Incoming password questions      ^m│
  25.  │ ^n 1 ^m│ ^hPLEASE ENTER YOUR FULL NAME        PASSWORD                         ^m│
  26.  │ ^n 2 ^m│ ^hWHAT IS YOUR NAME                  KODEORD                          ^m│
  27.  │ ^n 3 ^m│ ^hWHAT IS YOUR FIRST AND LAST NAME                                    ^m│
  28.  │ ^n 4 ^m│ ^hWHAT IS YOUR FIRST NAME                                             ^m│
  29.  │ ^n 5 ^m│ ^hENTER YOUR FIRST AND LAST NAME                                      ^m│
  30.  │ ^n 6 ^m│ ^hYOUR NAME                                                           ^m│
  31.  │ ^n 7 ^m│ ^hENTER YOUR FULL NAME                                                ^m│
  32.  │ ^n 8 ^m│ ^hUSERNAME                                                            ^m│
  33.  │ ^n 9 ^m│ ^hNAME    :                                                           ^m│
  34.  │ ^n10 ^m│ ^hHVAD HEDDER DU                                                      ^m│
  35.  ╘════╧═════════════════════════════════════════════════════════════════════╛^n
  36.  
  37.   Enter up to 20 questions - that could be a name question or a password
  38.   question. When you define these strings you will not need a separate script
  39.   for every system, Terminate will test all strings for a match.
  40.   In this way you will be pretty sure to always match a string when logging
  41.   in to any system. The password questions don't depend which name question
  42.   is used - all password questions will also be checked.
  43.  
  44.  ^hMini Scripts^n
  45.  
  46.  ^m╒══════════════════════════════════════════════════════════╡^t Mini Scripts ^m╞╕
  47.  │ ^nLogin type                            Login script                       ^m│
  48.  │ ^hEscapes, Name, Password               !E!W!N!P                           ^m│
  49.  │ ^hEscapes, Name, Y, Password            !E!W!NY!13!P                       ^m│
  50.  │ ^hEscapes, Name, J, Password            !E!W!NJ!13!P                       ^m│
  51.  │ ^hEscapes, First, Last name, Password   !E!W!F!L!P                         ^m│
  52.  │ ^hEscapes, IEMSI                        !E                                 ^m│
  53.  │ ^hName, Password                        !W!N!P                             ^m│
  54.  │ ^hName, Y, Password                     !W!NY!13!P                         ^m│
  55.  │ ^hName, J, Password                     !W!NJ!13!P                         ^m│
  56.  │ ^hFirst name, Last name, Password       !W!F!L!P                           ^m│
  57.  │ ^hDisable autologin and IEMSI           !I                                 ^m│
  58.  │ ^h1 Escape, Name, Password              !27!W!N!P                          ^m│
  59.  ├──────────────────────────────────────────────────────────────────────────┤
  60.  │ ^n!Dx Delay x seconds    !E  Send escapes    !W   Wait for name question   ^m│
  61.  │ ^n!N  Send full name     !F  Send First name !L   Send Last name           ^m│
  62.  │ ^n!P  Wait/Send password !I  IEMSI off       !num (0-255, !13=Return)      ^m│
  63.  ╘══════════════════════════════════════════════════════════════════════════╛^n
  64.  
  65.   Enter up to 16 mini login scripts.
  66.   Lets explain an example: !E!W!F!L!P
  67.   First use the auto escape procedure. !W then waits for one of the name
  68.   questions to arrive, then firstname+return and lastname+return is sent.
  69.   The !P will then wait for any of the password questions and send the
  70.   password when the question arrives. Most scripts for normal BBS systems are
  71.   already defined, so you should only need to choose which script the system
  72.   will need. The login procedure runs in the background so all other features
  73.   are available while trying to auto login.
  74.  
  75.  
  76.